(C) 1996 AROS - The Amiga Replacement OS
Note that calls to Disable() nest, and for every call to Disable() you need a matching call to Enable().
***** WARNING *****
Using this function is considered very harmful, and it is not recommended to use this function for ** ANY ** reason.
It is quite possible to either crash the system, or to prevent normal activities (disk/port i/o) from occuring.
Note: As taskswitching is driven by the interrupts subsystem, this function has the side effect of disabling multitasking.
To prevent deadlocks calling Wait() in disabled state breaks the disable - thus interrupts may happen again.
No you DEFINITATELY don't want to use this function.